﻿2026-07-08T23:48:42.4358368Z ##[group]Run actions/checkout@v5
2026-07-08T23:48:42.4358841Z with:
2026-07-08T23:48:42.4359134Z   repository: SaberMage/spt-core
2026-07-08T23:48:42.4361809Z   token: ***
2026-07-08T23:48:42.4362101Z   ssh-strict: true
2026-07-08T23:48:42.4362390Z   ssh-user: git
2026-07-08T23:48:42.4362674Z   persist-credentials: true
2026-07-08T23:48:42.4363007Z   clean: true
2026-07-08T23:48:42.4363323Z   sparse-checkout-cone-mode: true
2026-07-08T23:48:42.4363665Z   fetch-depth: 1
2026-07-08T23:48:42.4363958Z   fetch-tags: false
2026-07-08T23:48:42.4364269Z   show-progress: true
2026-07-08T23:48:42.4364562Z   lfs: false
2026-07-08T23:48:42.4364833Z   submodules: false
2026-07-08T23:48:42.4365118Z   set-safe-directory: true
2026-07-08T23:48:42.4365438Z env:
2026-07-08T23:48:42.4365715Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-08T23:48:42.4366073Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-08T23:48:42.4366419Z ##[endgroup]
2026-07-08T23:48:42.6329420Z Syncing repository: SaberMage/spt-core
2026-07-08T23:48:42.6330838Z ##[group]Getting Git version info
2026-07-08T23:48:42.6331375Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-08T23:48:42.6651799Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-08T23:48:42.6887211Z git version 2.43.0.windows.1
2026-07-08T23:48:42.6913028Z ##[endgroup]
2026-07-08T23:48:42.6922956Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\80fa576e-bf7b-4c4c-b3aa-c6a60bd717b3\.gitconfig'
2026-07-08T23:48:42.6938187Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\80fa576e-bf7b-4c4c-b3aa-c6a60bd717b3' before making global git config changes
2026-07-08T23:48:42.6939246Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T23:48:42.6943565Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-08T23:48:42.7243697Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-08T23:48:42.7501036Z https://github.com/SaberMage/spt-core
2026-07-08T23:48:42.7532648Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T23:48:42.7537557Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T23:48:42.9045020Z HEAD
2026-07-08T23:48:42.9320775Z ##[endgroup]
2026-07-08T23:48:42.9323992Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-08T23:48:43.7296464Z ##[group]Cleaning the repository
2026-07-08T23:48:43.7301118Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-08T23:48:45.0000694Z Removing target/
2026-07-08T23:48:45.0030544Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-08T23:48:45.0595629Z HEAD is now at 006872d Merge f1a841afed86f93bef7f75b9d73b00f791d558af into b6594201a81e22920b8ad9e717da67d5a2768e63
2026-07-08T23:48:45.0620428Z ##[endgroup]
2026-07-08T23:48:45.0624586Z ##[group]Disabling automatic garbage collection
2026-07-08T23:48:45.0629467Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-08T23:48:45.0876354Z ##[endgroup]
2026-07-08T23:48:45.0876786Z ##[group]Setting up auth
2026-07-08T23:48:45.0882946Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-08T23:48:45.1116442Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-08T23:48:45.9998243Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T23:48:46.1495568Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-08T23:48:46.9109155Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T23:48:46.9353479Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-08T23:48:49.0521473Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-08T23:48:49.0795381Z ##[endgroup]
2026-07-08T23:48:49.0795919Z ##[group]Fetching the repository
2026-07-08T23:48:49.0802369Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +006872dac14627cf64925b5ab625bc1d8a53a46f:refs/remotes/pull/62/merge
2026-07-08T23:48:49.8233721Z ##[endgroup]
2026-07-08T23:48:49.8234196Z ##[group]Determining the checkout info
2026-07-08T23:48:49.8235832Z ##[endgroup]
2026-07-08T23:48:49.8239933Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-08T23:48:49.8558437Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-08T23:48:49.8825333Z ##[group]Checking out the ref
2026-07-08T23:48:49.8833436Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/62/merge
2026-07-08T23:48:49.9243839Z HEAD is now at 006872d Merge f1a841afed86f93bef7f75b9d73b00f791d558af into b6594201a81e22920b8ad9e717da67d5a2768e63
2026-07-08T23:48:49.9263743Z ##[endgroup]
2026-07-08T23:48:49.9541222Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-08T23:48:49.9772533Z 006872dac14627cf64925b5ab625bc1d8a53a46f
